.container-fluid {
    width: 100%;
    max-width: 1248px;
    margin: 0 auto;
}

.section-padding {
    padding: 3rem 0;
}

/* HEADER NAV PART */
.pradesh li ul {
    display: flex;
    background: var(--white-color);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 10px;
    width: 91%;
    left: 5%;
    height: 200px;
    padding: 20px;
    box-shadow: var(--box-shadow);

}

.pradesh li ul li {
    width: 170px;
}

.pradesh li:hover>ul,
.pradesh li ul:hover {
    visibility: visible;
    opacity: 1;
}

.pradesh ul li img {
    height: 110px;
    width: 100%;
}

.others li ul {
    display: flex;
    background: var(--white-color);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 10px;
    width: 91%;
    left: 5%;
    height: 290px;
    padding: 20px;
    box-shadow: var(--box-shadow);
}

.others li:hover>ul,
.others li ul:hover {
    visibility: visible;
    opacity: 1;
}

.other-news-part img {
    height: 140px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

.other-news-part {
    padding: 10px;
}

.others li ul li {
    width: 200px;
}

.other-news-part h5 {
    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.other-news-part h5 a {
    color: var(--black-color);
    font-weight: 600;
}

.other-news-part h5 a:hover {
    color: var(--primary-color);
}

.other-news-part h6 {
    background: var(--secondary-color);
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.nav-item,
.nav-eng,
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 0 4px;
    font-family: 'Poppins', sans-serif;
}


.login i {
    color: var(--white-color);
    padding: 7px;
    font-size: 12px;
    margin-top: 5px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
}

.login a:hover i {
    color: var(--primary-color);
    background: var(--white-color);
    border: 1px solid var(--white-color);
}

.two-buttons {
    display: none;
}

.english-button a {
    border: 1px solid var(--white-color);
    padding: 0px 5px;
    margin-top: 7px;
    font-size: 16px;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
}

.english-button a:hover {
    display: inline-block;
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--white-color);
}

.english-button {
    margin-right: 1rem;
}

/* HEADER NAV ENDS */

.option-bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1rem;
}

.news-related-desc {
    margin-bottom: 1rem;
}

.right-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 4.5rem;
    left: 0;
    right: 0;
    width: 100%;
}

.short-news-desc h6 {
    font-size: 17px;
}

.about-news p {
    line-height: 32px;
    font-size: 20px;
    padding-bottom: 10px;
    color: #222222;
  font-family: "gilroy-regular";
  font-size: 1.125rem;
}

.about-news h3{
    font-size: 1.35rem;
  margin-bottom: 10px;
  margin-top: 5px;
}

.about-news ul {
    padding-left: 50px;
    list-style: square;
}

.short-news-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.2rem;
}



.added-top h2 a:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: var(--secondary-color);
    left: 206px;
    top: 43%;
    position: absolute;
}

.top-all span a {
    color: var(--white-color);
    font-size: 18px;
    padding: 5px 15px;
    background-color: var(--primary-color);
}

.top-all span {
    margin-top: -10px;
}

.related-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.pradesh-samachar {
    margin-bottom: 1rem;
}

/* VIDEOS CSS STARTS */
.videos {
    margin-top: 2rem;
}

.vid iframe,
.vid video {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.vid {
    border: 1px solid #ccc;
    padding: 1rem;
    margin-top: 1rem;
    box-shadow: 0px 2px 7px rgb(22 30 106 / 30%);
}

.sub-title {
    font-weight: bold;
    padding: 1rem 0rem;
}

.vid p {
    font-size: 16px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.videos h4 {
    position: relative;
    color: var(--primary-color);
    font-weight: bold;
}

.videos h4:after {
    content: '';
    width: 130px;
    height: 3px;
    background: var(--secondary-color) !important;
    position: absolute;
    top: 29px;
    left: 0;
}

.vid h3 {
    color: var(--black-color);
    font-size: 18px;
    font-weight: bold;
}

.video-heading {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.video-heading h5 button i {
    color: var(--primary-color);
}

/* VIDEOS CSS ENDS */

/* SUB CATEGORY CAT-1 */

.sub-cat-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 0.3rem;
}

.short-news-sub-image {
    margin-right: 20px;
}

.short-news-sub-image img {
    width: 220px;
    height: 75px;
    object-fit: cover;
    border-radius: 0.2rem;
}

.card-body h5 a {
    color: var(--black-color);
    font-size: 17px;
}

.card-body h5 a:hover {
    color: var(--primary-color);
}

/* SUB CATEGORY CAT-1 ENDS */

/* SPORTS SUB CAT STARTS */
.sports-main-news,
.int-main-news {
    margin-bottom: 1rem;
}

.sports-main-news img,
.int-main-news img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.sports-main-news a,
.int-main-news a {
    color: var(--black-color);
    font-weight: 600;
}

.sports-main-news a:hover,
.int-main-news a:hover {
    color: var(--primary-color);
}

.sports-main-news h5,
.int-main-news h5 {
    margin: 1rem 0;
}

.other-sports-related-news .short-news-desc .number,
.other-int-related-news .short-news-desc .number {

    font-size: 34px;
    color: #adadad;
}

.other-sports-related-news .short-news-desc h6,
.other-int-related-news .short-news-desc h6 {
    padding: 3px 0px 0px 10px;
    font-size: 16px;
}

/* SPORTS SUB CAT ENDS */
/* TECHNOLOGY SUB CAT STARTS */
.technology-one-post img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.technology-sub-post img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.big-item-content {
    position: absolute;
    left: 15px;
    bottom: 22px;
    width: 96.5%;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    background-color: rgba(25, 25, 25, 0.9);
}

.big-item-content-category {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    background-color: rgba(25, 25, 25, 0.9);
}

.small-item-content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    background-color: rgba(25, 25, 25, 0.9);
}

.small-item-content h5 a {
    font-size: 18px;
    color: var(--white-color);
}

.small-item-content h5 a:hover,
.big-item-content-category h2 a:hover,
.big-item-content-category h4 a:hover {
    color: var(--primary-color);
}

.technology-sub-post {
    margin-bottom: 1.3rem;
}

/* TECHNOLOGY SUB CAT ENDS */
/* ADVERTISMENT STARTS */
.contact-mem h4 {
    margin: 1rem 0;
    color: var(--secondary-color);
}

.contact-mem h6 {
    line-height: 40px;
}

/* ADVERTISMENT ENDS */
.links-listing ul li span {
    font-weight: bold;
    color: var(--black-color);
    margin-left: 5px;
}

.footer-links h5 {
    position: relative;
    font-family: 'Poppins', sans-serif;

}

.footer-links h5:after {
    content: "";
    display: inline-block;
    height: 3px;
    top: 30px;
    width: 40px;
    background-color: var(--primary-color);
    vertical-align: middle;
    margin: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#myModal {
    background: var(--white-color);
}

#myModal .close {
    color: white;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    font-size: 15px;
    font-weight: 200;
    padding: 10px 10px;
    margin-top: -50px;
    font-family: var(--secondary-font);
    text-shadow: none;
    opacity: inherit;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    border: none;
}

.modal-top-content {
    margin: 0 auto;
}

.modal-body {
    border: 1px solid #ccc;
}

.modal-logo {
    text-align: center;
    margin-bottom: 15px;
}

.modal-logo img {
    width: 20%;
}

.modal-title {
    color: #999;
}

@media(max-width: 1026px) {

    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link,
    .nav-item,
    .nav-eng,
    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        font-size: 15px;
        margin: 1px 0px;
    }

    .second-bg .two-buttons {
        display: none;
    }

    .short-news-div .short-news:last-child {
        display: none;
    }

    .added-top h2 a:after {
        left: 160px;
    }
}

@media(max-width: 769px) {

    .second-bg .two-buttons {
        display: flex;
        padding-left: 0;
    }

    .second-bg .two-buttons li {
        border-bottom: none;
    }

    .second-bg .two-buttons .english-button a {
        background: var(--primary-color);
        display: inline;
        margin-left: 35px;
        color: var(--white-color) !important;
        padding: 8px 5px;
        line-height: 30px;
        border: none;
        margin-top: 0;
    }

    .second-bg .two-buttons .login a {
        padding: 5px 5px;
        background: var(--primary-color);
        margin-left: 35px;
        line-height: 35px;
    }
}

@media(max-width: 426px) {
    .login-part p.or:after {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: var(--font-color);
        left: 30px;
        top: 50%;
        position: absolute;
    }

    .login-part p.or:before {
        content: "";
        display: block;
        width: 120px;
        height: 2px;
        background: var(--font-color);
        right: 25px;
        top: 50%;
        position: absolute;
    }

    .login-part p.or {
        margin-bottom: 1rem;
    }

    .login-options,
    .facebook-login {
        margin-bottom: 1rem;
    }

    .points-remember {
        padding: 15px;
    }

    .news-details-section h2 {
        font-size: 30px;
    }

    .news-details-first-img a img {
    }

    .modal-dialog {
        max-width: 1000px;
        min-width: 320px;
        top: 80px;
    }

    .modal-logo img {
        width: 45%;
    }
}

.main-news-first-start {
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.all-events img{
    height: 200px;
    width: 100%;
    margin: 1rem 0;
    object-fit: cover;
}



.division-title h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-decoration: underline;
}

.club-logo {
    padding: 2rem;
    text-align: center;
    margin: 1rem 0;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.club-logo img {
    height: 75px;
    width: 75px;
}

.club-logo h5 {
    margin-top: 1rem;
}

.club-logo h5 a {
    color: var(--black-color);
}

.club-logo h5 a:hover {
    color: var(--primary-color);
}

.club-division-1 {
    margin-bottom: 2rem;
}
.clubs{
    box-shadow:  rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 1rem;
}



.site-breadcrumb{
    background: var(--black-color);
    padding: 5px;
}

.news-related-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    padding: 0.5rem 0;
}

.news-related-title li h5 {
    font-size: 30px;
    position: relative;
    font-weight: 600;
    padding-top: 5px;
}

.news-related-title ul {
    justify-content: space-between;
}

.btn-2 {
    background-color: var(--primary-color);
    border: 1px solid var(--white-color);
    color: var(--white-color);
    text-align: center;
    padding: 3px 20px;
    transition: all 0.5s;
    cursor: pointer;
}

.btn-2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    vertical-align: bottom;
    font-size: 16px;
    color: var(--white-color);
}

.btn-2 span:after {
    content: "\276F";
    position: absolute;
    font-size: 12px;
    opacity: 0;
    top: 0;
    transition: 0.5s;
}

.btn-2:hover span {
    padding-right: 15px;
}

.btn-2:hover span:after {
    opacity: 1;
    right: 0;
}

.social-icons ul li i {
    display: inline-block;
    margin-right: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 100%;
    line-height: 2.3rem;
    text-align: center;
    vertical-align: middle;
    color: var(--white-color);
    background-color: var(--primary-color);
    transition: 0.5s;
    border: 1px solid var(--white-color);
}

.social-icons ul li i:hover {
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    color: var(--primary-color);
}

.club-breadcrumb ul {
    display: flex;
}

.club-breadcrumb ul li a {
    margin: 10px;
    color: var(--white-color);
}

.club-history {
    padding: 1rem;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 10px;
}

.club-history h3 {
    font-size: 40px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    color: var(--primary-color);
}

.club-main-logo {
    margin-top: 85px;
}

.club-img,
.club-last-matches {
    margin: 2rem 0;
}

.home-jersey img,
.away-jersey img {
    max-width: 100%;
    height: 220px;
}

.home-jersey,
.away-jersey,
.official-partner-sponsored {
    border: 1px solid #ccc;
    border-top: 3px solid var(--primary-color);
    padding: 15px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.official-partner-sponsored img,
.brand-partner img {
    width: 50%;
}

.off-partner {
    border-bottom: 1px solid #ccc;
}

.club-jersey h6,
.club-jersey span {
    color: var(--primary-color);
}

.club-last-matches {
    display: flex;
    justify-content: space-between;
}

.club-last-matches ul {
    display: flex;
}

.club-last-matches ul li {
    margin: 0px 2px;
}


.lost {
    background: #DC3545;
    height: 25px;
    width: 25px;
    text-align: center;
    color: var(--white-color);
}

.won {
    background: #198754;
    height: 25px;
    width: 25px;
    text-align: center;
    color: var(--white-color);
}

.draw {
    background: #FFC107;
    height: 25px;
    width: 25px;
    text-align: center;
    color: var(--white-color);
}

.table td {
    font-size: 14px;
    border-color: #fff !important;
}

/*
.table tr:hover {
    background: rgb(209, 50, 50) !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
} */

.table td,
.table th {
    padding: 10px;
}

.table th {
    background-color: var(--primary-color);
    color: #edecec;
    font-weight: 700;
}

table a,
table td {
    color: var(--black-color);
}

table img {
    height: 70px;
    width: 50%;
    object-fit: cover;
}

/* PLAYERS NAME  CSS */

table {
    width: 100%;
    border-collapse: collapse;
}

tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
}

td,
th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
}

.club-players td {
    color: var(--black-color);
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    table {
        width: 100%;
    }

    .results-last-match tbody,
    .results-last-match thead,
    .results-last-match tr,
    .results-last-match th,
    .results-last-match td,
    .results-last-match table {
        display: revert;
    }

    /* Force table to not be like tables anymore */
   s

    tr {
        border: 1px solid #ccc;
    }

    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }

}

/* TEAM CSS */

.team-area {
    position: relative;
    background: #f7f7f7;
    padding: 10px 0;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.team-area h4 {
    font-family: var(--title-font);
    position: relative;
    margin-bottom: 1.5rem;
}

.top {
    width: 255px;
    margin: 0 auto;
}

.middle-row {
    justify-content: center;
}

.single-team-box {
    margin-bottom: 30px;
    text-align: center;
}

.single-team-box.with-border-radius .image img {
    border-radius: 10px;
}

.single-team-box .image {
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
}

.single-team-box .image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.single-team-box .content {
    padding: 1rem 0;
}

.single-team-box .content h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.single-team-box .content span {
    display: block;
    color: #79798D;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 700;
}

.see-team-member-btn {
    text-align: center;
    margin-top: 15px;
}

.see-team-member-btn .see-btn {
    font-size: 15px;
    font-weight: 500;
    color: #0064FB;
    border-bottom: 1px solid #0064FB;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.contact-detail {
    display: block;
    padding: 10px;
}

.contact-detail p span {
    font-size: 14px;
}

.club-info {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.contact-detail .social-icons ul {
    padding: 0;
    display: flex;
}

.club-players table a {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
}

.club-players table a:hover {
    color: var(--primary-color);
}

/* CLUB MAIN DETAIL */

.club-main-detail img {
    width: 145px;
    height: 145px;
}

.club-main-name {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
}

.club-main-name h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-family: var(--tertiary-font);
}

.club-main-information {
    border-bottom: 1px solid #ccc;
}

.club-main-name a {
    color: var(--primary-color);
    padding: 5px 30px;
    border: 1px solid var(--primary-color);
}

.club-main-name a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

/* PLAYERS CSS STARTS*/
.pl-dt {
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 1rem 0;
}

.pl-dt img {
    width: 100%;
    height: 200px;
}

.pl-dt h5 a {
    font-family: var(--tertiary-font);
}

.pl-dt h5 a:hover {
    color: var(--primary-color);
}

.pl-dt h6 {
    font-weight: 600;
    font-family: var(--tertiary-font);

}

/* PLAYERS CSS  ENDS*/


.dashboard {
    padding: 10px;
    box-shadow: var(--box-shadow);
}

.dashboard-img {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.dashboard img {
    height: 200px;
    max-width: 250px;
    object-fit: cover;
}

.dashboard .user-name {
    margin: .5rem 0;
}

.dashboard .user-name span {
    font-weight: 600;
    font-size: 20px;
}

.dashboard-item ul {
    list-style-type: disc;
    padding: 25px
}

.dashboard-item ul li {
    margin: .5rem 0;
}

.dashboard-item a {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
}

.dashboard-item a:hover {
    color: var(--primary-color);
}

/* MY PROFILE */
.my-profile,
.for-pw {
    border: 1px solid #ccc;
    padding: 1rem;
    box-shadow: 0px 2px 7px rgb(22 30 106 / 30%);
}

.my-profile h5 {
    color: var(--primary-color);
    font-weight: bold;
    position: relative;
}

.my-profile h5:after {
    content: '';
    width: 84px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    top: 24px;
    left: 0;
}

.user-basicinfo {
    border: 1px solid #ccc;
    padding: 1rem;
    box-shadow: 0px 2px 7px rgb(22 30 106 / 30%);
    margin-top: 2rem;
}

.myprofile-left ul,
.myprofile-right ul {
    line-height: 50px;
}

/* EDIT PROFILE CSS */
.edit-profile {
    padding: 1rem;
}

.edit-profile h5 {
    color: var(--primary-color);
    font-weight: bold;
    position: relative;
}

.edit-profile h5:after {
    content: '';
    width: 90px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    top: 24px;
    left: 0%;
}

.edit-profile {
    border: 1px solid #ccc;
    padding-top: 1rem;
    box-shadow: 0px 2px 7px rgb(22 30 106 / 30%);
}

.sign-up-button {
    border: 1px solid var(--primary-color);

}

.button1 {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: var(--white-color);
    padding: 4px 15px;
}

.button1:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
    cursor: pointer;
}

.for-pw .form-example .input-submit {
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    width: 100%;
    border-radius: 0.5rem;
    height: auto;
    border: 1px solid var(--primary-color);
    outline: none;
    padding: 4px;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
}

.for-pw .form-example .input-submit:hover {
    border: 1px solid var(--primary-color);
    background: var(--white-color);
    color: var(--primary-color);
}

.form-example .email {
    font-size: 1rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    outline: none;
    color: #495057;
    border-radius: 0.5rem;
    background: #ffffff;
    text-transform: unset;
    text-rendering: optimizeLegibility;
}

.for-pw .form-example {
    max-width: 260px;
}

.form-example span {
    font-weight: bold;
    color: var(--secondary-color);
}


@media (max-width: 769px) {

    .my-profile,
    .for-pw,
    .edit-profile {
        margin: 2rem 0;
    }
}

@media (max-width: 426px) {
    .card img {
        margin: 1.5rem 0;
    }

    .medium-card {
        margin-bottom: 0 !important;
    }
}






/* Change  */

.headlineMain {
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.mainBlock .mainNews {
    margin: 0 0 20px 0;
    background: #ffffff;
    padding: 0 0 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.desc p {
    color: var(--dark-color);
}

.thumbnails .box .subheadline {
    color: #000;
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.6;
    font-weight: bold;
}



/* share */
#share {
    display: block;
  }

  .title {
    background: #f4f8fb;
    border-bottom: 1px solid #005e68;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
  }

  .title:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
  }

  .title .mainTitle {
    font-size: 18px;
    float: left;
    font-weight: 600;
    line-height: normal;
  }

  .pull-right {
    float: right;
  }

  .pull-right a {
    color: #000;
  }

  #share .mainBlock {
    display: block;
  }

  #share .mainBlock {
    display: block;
  }

  #share .mainBlock .mainNews {
    margin: 0 0 20px 0;
    background: #ffffff;
    padding: 0 0 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  }

  article,
  aside,
  figure,
  figure img,
  figcaption,
  hgroup,
  footer,
  header,
  nav,
  section,
  video,
  object {
    display: block;
  }

  figure {
    display: block;
    line-height: 0;
    position: relative;
    text-align: center;
  }

  #share .mainBlock .mainNews .desc {
    display: block;
    padding: 0 15px;
  }

  #share .mainBlock .mainNews .desc .headlineMain {
    font-size: 26px;
    color: #000;
  }

  #share .mainBlock .mainNews .desc .headlineMain:hover {
    color: #0090a0;
  }


  #share .mainBlock .mainNews .desc p {
    color: #666666;
    font-size: 18px;
  }

  #share .mainBlock .thumbnails a {
    color: #000;
  }

  #share .mainBlock .thumbnails .box {
    display: block;
    margin-bottom: 20px;
  }

  #share .mainBlock .thumbnails .box figure {
    float: left;
    width: 106px;
    margin-right: 10px;
  }

  #share .mainBlock .thumbnails .box .subheadline {
    color: #000;
    font-size: 17px;
    padding-left: 10px;
    line-height: 1.6;
    font-weight: bold;
  }
  #share .mainBlock .thumbnails .box .subheadline:hover{
    color: var(--primary-color);
  }
  #share .mainBlock .thumbnails .box:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
  }

  .companyAnalysis {
    float: left;
  }

  .companyAnalysis .box {
    width: 100%;
    margin-bottom: 20px;
    float: left;
  }

  .companyAnalysis .box figure {
    width: 106px;
    margin-right: 10px;
    float: left;
  }

  .companyAnalysis .box .subheadline {
    color: #000;
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.6;
    font-weight: bold;
  }
  .companyAnalysis .box .subheadline:hover{
    color: var(--primary-color );
  }
  /* end */



.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-gradient {
    position: relative;
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 65%) 85%);
}

.img-gradient img {
    display: block;
}

.top-section-content .mini-title,
.top-section-content .main-title,
.top-section-content .author,
.top-right-section-content .author,
.top-right-second-section-content .author {
    margin: .5rem;
}

.right-first {
    margin-bottom: 10px;
}

.top-sec-right-img img {
    height: 225px;
    width: 100%;
    object-fit: cover;
}

.top-right-section-content {
    position: absolute;
    color: var(--white-color);
    padding: 10px;
    top: 23%;
}

.top-right-section-content .mini-title,
.top-right-second-section-content .mini-title,
.top-section-content .mini-title,
.category-sec .cat-sc-lt .mini-title {
    display: inline-block;
    background: var(--primary-color);
    padding: 5px 15px;
}




.top-section-content .mini-title,
.top-section-content .main-title,
.top-section-content .author,
.top-right-section-content .author,
.top-right-second-section-content .author {
    margin: .5rem;
}



@media (max-width: 767px) {
    .screenDisplay{
        display:none
    }
}

@media only screen and (min-width: 768px) {
    .mobileDisplay{
        display:none
    }
}
